home *** CD-ROM | disk | FTP | other *** search
- Path: news.bridge.net!news
- From: David Byrden <100101.2547@compuserve.com>
- Newsgroups: comp.lang.c++
- Subject: Re: [Q] [enums] class_ID as enum is basically useless? Why not GetClassID()?
- Date: 16 Jan 1996 05:55:40 GMT
- Organization: self-employed
- Message-ID: <4dfeks$h5n@news.bridge.net>
- References: <4dboiv$rlm@netlab.cs.rpi.edu>
- NNTP-Posting-Host: ppp-mia2-69.bridge.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
-
-
- Richard;
-
- >> I don't seem to be able to use the enum class_ID to find out what
- >> class an object is because class_ID isn't "virtual" like a function.
-
-
- Sounds pretty useless to me, too. Does your compiler support RTTI,
- that is, the operator typeid( ) ?
-
- David
-
-
-